home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1995 December / PC Answers December 1995 (disc errors).iso / mxc / glossary.dir / 00002_MAIN1.DIR.ls < prev    next >
Encoding:
Text File  |  1995-04-27  |  224 b   |  11 lines

  1. on mouseDown
  2.   global gdirmovie
  3.   if the machineType = 256 then
  4.     set the visible of sprite 5 to 0
  5.     set the visible of sprite 6 to 0
  6.   end if
  7.   set the castNum of sprite 3 to 12
  8.   updateStage()
  9.   go(1, "MAIN1.DIR")
  10. end
  11.